home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / arcn3110.zip / 386LOAD.TXT next >
Text File  |  1991-08-02  |  3KB  |  68 lines

  1.  
  2.               Loading 386 Lan Drivers for NOVELL 386
  3.           ---------------------------------------------
  4.  
  5. Once the server has been loaded, at the colon prompt, proceed as
  6. follows:
  7.  
  8. :LOAD X:Filename.LAN
  9.    (X" being DOS directory which contains the .LAN file,
  10.     "Filename" being the actual name of the .LAN file. Once the server
  11.     is loaded, hard drive can no longer be seen. Therfore, you must load
  12.     from another drive.  Once the server is up, and stations are logged
  13.     in.  The .LAN file can be added to the SYS:SYSTEM directory, and when
  14.     the server is loaded again, it will find the file automatically.
  15.  
  16.      I/O Port: _____
  17.      Base Memory: _____
  18.      IRQ: ___
  19.  
  20.          (Enter in the values which the interface card is configured for.
  21.           The settings may already be setup within the AUTOEXEC.NCF file **,
  22.           therefore the configuration settings may not appear)
  23.  
  24. : BIND IPX to Filename.LAN
  25.      ("Filename" being the same file that was loaded above)
  26.  
  27.       Network #: ___
  28.           (The network number must be unique to the cabling system it
  29.            is attached to.  If two LAN cards are attached to the same
  30.            cabling system they will have the same Network Number.  This
  31.            number must be:
  32.  
  33.            1. A hexadecimal number from "0" to "F".
  34.            2. 1 to 8 digits in length.
  35.  
  36.            For further information refer to the NOVELL "386 INSTALLATION
  37.            MANUAL" or "Netware Concepts" manual.)
  38.  
  39. The Lan Driver is now loaded.  If the file server contains more than one
  40. Lan Card, you must load/bind a driver for each card.
  41.  
  42. ** The Autoexec.ncf file is a txt file,that Netware will inspect upon
  43.    booting.  It contains information on Lan Cards, Disk Drives, server
  44.    configurations.  This is similar to an autoexec file, it will
  45.    automatically load the server with the parameters contained within.
  46.  
  47.          E.G.
  48.                 File Server name EXAMPLE
  49.                 IPX internal net 1991
  50.                 Load PDA386OS.LAN Port=2E0 Mem=D0000 Int=2 Frame=802.4
  51.                 bind ipx to PDA386OS.LAN Net=12
  52.                 mount all
  53.  
  54.  
  55. If using high performance drivers at the workstations, the following command
  56. must be added to the startup.ncf file.  Also, the workstation packet size
  57. must never exceed the file server packet size.
  58.  
  59.    SET MAXIMUM PHYSICAL RECEIVE PACKET SIZE = XXXX
  60.  
  61.     XXXX = The driver packet size for the server, which must be one
  62.            of the following choices.
  63.  
  64.            1)  4202 (4K)
  65.            2)  2154 (2k)
  66.            3)  1024 (1k)
  67.            4)   618 (512b)
  68.